home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / BORLAND TURBO / WRITEPAD.PAK / RESOURCE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  2.4 KB  |  55 lines

  1. #define IDS_APPNAME                     1
  2. #define IDS_DESCRIPTION                 2
  3. #define IDS_FILTERSTRING                3
  4. #define IDS_CHILDNAME                   4
  5. #define IDS_RULERNAME                   5
  6. #define IDD_VERFIRST                    100
  7. #define IDC_FILENAME                    100
  8. #define IDI_APPICON                     101
  9. #define IDI_CHILDICON                   102
  10. #define IDD_VERLAST                     104
  11. #define IDD_PRINTPREVIEW                105
  12. #define IDS_FILEMENU                    1000
  13. #define IDM_FILENEW                     1001
  14. #define IDM_FILEOPEN                    1002
  15. #define IDM_FILESAVE                    1003
  16. #define IDM_FILESAVEAS                  1004
  17. #define IDM_FILECLOSE                   1005
  18. #define IDM_FILEPRINT                   1006
  19. #define IDM_FILEPRINTSU                 1007
  20. #define IDM_FILEPRINTPREV               1008
  21. #define IDM_EXIT                        1009
  22. #define IDS_EDITMENU                    1100
  23. #define IDM_EDITUNDO                    1101
  24. #define IDM_EDITCUT                     1102
  25. #define IDM_EDITCOPY                    1103
  26. #define IDM_EDITPASTE                   1104
  27. #define IDM_EDITCLEAR                   1105
  28. #define IDM_EDITBOLD                    1106
  29. #define IDM_EDITITALIC                  1107
  30. #define IDM_EDITUNDERLINE               1108
  31. #define IDM_EDITINCREASEFONT            1109
  32. #define IDM_EDITDECREASEFONT            1110
  33. #define IDM_EDITFONTDIALOG              1111
  34. #define IDS_SEARCHMENU                  1200
  35. #define IDM_FIND                        1201
  36. #define IDM_FINDNEXT                    1202
  37. #define IDM_FINDPREV                    1203
  38. #define IDM_REPLACE                     1204
  39. #define IDS_WINDOWMENU                  1300
  40. #define IDM_WINDOWTILE                  1301
  41. #define IDM_WINDOWCASCADE               1302
  42. #define IDM_WINDOWCLOSEALL              1303
  43. #define IDM_WINDOWICONS                 1304
  44. #define IDM_WINDOWCHILD                 1310
  45. #define IDS_HELPMENU                    1400
  46. #define IDM_ABOUT                       1401
  47. #define IDC_PREVIEW_PREV                2000
  48. #define IDC_PREVIEW_NEXT                2001
  49. #define IDC_PREVIEW_NUMPAGE             2002
  50. #define IDC_PREVIEW_ZOOMIN              2003
  51. #define IDC_PREVIEW_ZOOMOUT             2004
  52. #define IDC_SEPARATOR                   2005
  53. #define IDC_PREVIEW                     2006
  54.  
  55.